type net.file
7 uses
net (current package)
hosts.go#L67: var file *file
parse.go#L17: type file struct {
parse.go#L23: func (f *file) close() { f.file.Close() }
parse.go#L25: func (f *file) getLineFromData() (s string, ok bool) {
parse.go#L49: func (f *file) readLine() (s string, ok bool) {
parse.go#L67: func open(name string) (*file, error) {
parse.go#L72: return &file{fd, make([]byte, 0, 64*1024), false}, nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)